home *** CD-ROM | disk | FTP | other *** search
- Path: zeppo.mrad.com.au!usenet
- From: ray@mrad.com.au (Ray Welchman)
- Newsgroups: comp.lang.c
- Subject: Re: Procedure for CRC-16 Value for a given tex
- Date: 18 Jan 1996 23:01:35 GMT
- Organization: MRad Pty Ltd, Australia
- Distribution: world
- Message-ID: <4dmjgf$bk4@zeppo.mrad.com.au>
- References: <30f486cf.64849689@news.alt.net>
- Reply-To: ray@mrad.com.au
- NNTP-Posting-Host: zeppo.mrad.com.au
-
-
- >To anyone with some knowledge of C - programming language. I need a
- >procedure that will compute a CRC-16 value for a given text string.
- >This should receive a text string as input and produce a two byte CRC
- >value as output. The output has to be two data bytes. The carriage
- >return byte is not to be included in the CRC computations. This should
- >be able to read text strings from the terminal, call the procedure,
- >and then print the string and the appropriate CRC value. The output
- >will be the text string that was input and the corresponding CRC
- >value. Then, the CRC value should be converted into a 4 digit Hex
- >value. Any suggestions ???
-
- >Please help !!
-
- It makes you wonder why companies should employ software engineers, or
- for that matter contract out jobs.
- Sounds like a it's better to contract out jobs free over the net??
-
- In other words jcharper@alt.net at least make an attempt, and if you
- have... ask specific questions.
-
- Ray.
-
-
-